home *** CD-ROM | disk | FTP | other *** search
- on mouseDown me
- puppetSound 1, "ClickSound"
- on mouseUp
- if the platform = "Windows,32" then
- open the moviepath&"Software\IE\PC\ie5setup.exe"
- else
- if the platform = "Windows,16" then
- alert "Sorry we do not have Internet Explorer for Windows 3.1 on the CD."
- else
- open the moviepath&"software:IE:mac:Internet Explorer 5.smi"
- end if
- end if
- end